home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 329
- Top = 348
- BorderStyle = bsDialog
- Caption = 'Presentation created'
- ClientHeight = 66
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 63
- Top = 8
- Width = 161
- Height = 13
- Caption = 'HTML pages successfully created'
- end
- object Button1: TButton
- Left = 16
- Top = 32
- Width = 121
- Height = 25
- Caption = '&View in browser'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 144
- Top = 32
- Width = 121
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-